home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / StartupManager.exe / 0 / RCDATA / TFRMADDITEM / TFRMADDITEM.txt
Text File  |  2008-10-30  |  5KB  |  199 lines

  1. object frmAddItem: TfrmAddItem
  2.   Left = 317
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Plan New Program Start'
  7.   ClientHeight = 490
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   DesignSize = (
  21.     400
  22.     490)
  23.   PixelsPerInch = 96
  24.   TextHeight = 16
  25.   object btnOK: TButton
  26.     Left = 222
  27.     Top = 456
  28.     Width = 80
  29.     Height = 25
  30.     Action = acFromList
  31.     Anchors = [akRight, akBottom]
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.   end
  36.   object btnCancel: TButton
  37.     Left = 310
  38.     Top = 456
  39.     Width = 80
  40.     Height = 25
  41.     Anchors = [akRight, akBottom]
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object pcBackground: TPageControl
  48.     Left = 8
  49.     Top = 8
  50.     Width = 385
  51.     Height = 439
  52.     ActivePage = TabSheet1
  53.     Anchors = [akLeft, akTop, akBottom]
  54.     TabOrder = 2
  55.     object TabSheet1: TTabSheet
  56.       Caption = 'TabSheet1'
  57.       object lblTitle: TLabel
  58.         Left = 8
  59.         Top = 8
  60.         Width = 361
  61.         Height = 57
  62.         AutoSize = False
  63.         Caption = 
  64.           'Select the program that you want to have started automatically w' +
  65.           'hen Windows starts and then click OK.'
  66.         WordWrap = True
  67.       end
  68.       object lvPrograms: TAxListView
  69.         Left = 8
  70.         Top = 68
  71.         Width = 361
  72.         Height = 301
  73.         HorzScrollBar.Range = 50
  74.         VertScrollBar.Range = 10
  75.         TrackingScroll = True
  76.         DoubleBuffered = True
  77.         Sections.Font.Charset = DEFAULT_CHARSET
  78.         Sections.Font.Color = clWindowText
  79.         Sections.Font.Height = -11
  80.         Sections.Font.Name = 'Arial'
  81.         Sections.Font.Style = [fsBold]
  82.         Sections.HeaderTextOffset = 5
  83.         Sections.ItemsOffset = 5
  84.         Sections.HeaderHeight = 17
  85.         Sections = <>
  86.         RowSelect = True
  87.         HotTrackStyle.HighlightFont.Charset = DEFAULT_CHARSET
  88.         HotTrackStyle.HighlightFont.Color = clWindowText
  89.         HotTrackStyle.HighlightFont.Height = -11
  90.         HotTrackStyle.HighlightFont.Name = 'MS Sans Serif'
  91.         HotTrackStyle.HighlightFont.Style = []
  92.         Style = lsHeadered
  93.         Header.Font.Charset = DEFAULT_CHARSET
  94.         Header.Font.Color = clWindowText
  95.         Header.Font.Height = -12
  96.         Header.Font.Name = 'Arial'
  97.         Header.Font.Style = []
  98.         Header.Sections = <
  99.           item
  100.             ImageIndex = -1
  101.             Width = 0
  102.             AllowResize = False
  103.           end
  104.           item
  105.             ImageIndex = -1
  106.             Width = 50
  107.             AllowResize = False
  108.           end
  109.           item
  110.             AutoSize = True
  111.             ImageIndex = -1
  112.             Text = 'Programs'
  113.             Width = 311
  114.           end>
  115.         Header.Height = 18
  116.         Font.Charset = DEFAULT_CHARSET
  117.         Font.Color = clWindowText
  118.         Font.Height = -11
  119.         Font.Name = 'Arial'
  120.         Font.Style = []
  121.         ParentFont = False
  122.         ParentShowHint = False
  123.         TabOrder = 0
  124.         OnDblClick = lvProgramsDblClick
  125.         OnDrawSubItem = lvProgramsDrawSubItem
  126.       end
  127.       object btnBrowse: TBitBtn
  128.         Left = 8
  129.         Top = 377
  130.         Width = 97
  131.         Height = 25
  132.         Caption = 'Browse...'
  133.         TabOrder = 1
  134.         OnClick = btnBrowseClick
  135.         Glyph.Data = {
  136.           82000000424D8200000000000000760000002800000005000000030000000100
  137.           0400000000000C00000000000000000000001000000000000000000000000000
  138.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  139.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DD0DD000D000
  140.           D00000000000}
  141.         Layout = blGlyphRight
  142.       end
  143.     end
  144.   end
  145.   object ilPrograms: TImageList
  146.     BkColor = clWindow
  147.     DrawingStyle = dsTransparent
  148.     Height = 32
  149.     Width = 32
  150.     Left = 280
  151.     Top = 288
  152.   end
  153.   object ilSelected: TImageList
  154.     BkColor = clHighlight
  155.     DrawingStyle = dsTransparent
  156.     Height = 32
  157.     Width = 32
  158.     Left = 280
  159.     Top = 328
  160.   end
  161.   object alAddPrograms: TActionList
  162.     OnUpdate = alAddProgramsUpdate
  163.     Left = 312
  164.     Top = 168
  165.     object acFromList: TAction
  166.       Category = 'Add'
  167.       Caption = 'OK'
  168.       OnExecute = acFromListExecute
  169.     end
  170.     object acLocalDisks: TAction
  171.       Category = 'Add'
  172.       Caption = 'Search on Local Disks...'
  173.       OnExecute = acLocalDisksExecute
  174.     end
  175.     object acStartMenu: TAction
  176.       Category = 'Add'
  177.       Caption = 'Search in Start Menu...'
  178.       OnExecute = acStartMenuExecute
  179.     end
  180.   end
  181.   object pmBrowse: TPopupMenu
  182.     Left = 312
  183.     Top = 200
  184.     object miStartMenu: TMenuItem
  185.       Action = acStartMenu
  186.     end
  187.     object miLocalDisks: TMenuItem
  188.       Action = acLocalDisks
  189.     end
  190.   end
  191.   object dlgOpenFile: TOpenDialog
  192.     Filter = 'Applications|*.com;*.exe;*.bat;*.cmd'
  193.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist, ofEnableSizing, ofDontAddToRecent]
  194.     Title = 'Open'
  195.     Left = 312
  196.     Top = 128
  197.   end
  198. end
  199.